|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.interactions.core.support.Widget
org.eclipse.vtp.framework.interactions.voice.vxml.Output
org.eclipse.vtp.framework.interactions.voice.vxml.OutputSet
public class OutputSet
The OutputSet class allows the combination of
Outputs into a single output for the IVR to render to the
caller. The outputs will be rendered in the order they are added.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
OutputSet()
Constructs a new instance of OutputSet whose list of outputs
is initially empty. |
|
| Method Summary | |
|---|---|
void |
addOutput(Output output)
Appends the Output to the list of outputs to render to the
caller. |
Output[] |
getOutputs()
Returns the list of outputs in this set. |
void |
removeOutput(Output output)
Removes the Output from the list of outputs to render to the
caller. |
protected void |
writeOutputs(org.xml.sax.ContentHandler outputHandler)
Write the outputs in this set to the specified content handler. |
void |
writeWidget(org.xml.sax.ContentHandler outputHandler)
Writes the content of this widget to an XML content handler. |
| Methods inherited from class org.eclipse.vtp.framework.interactions.core.support.Widget |
|---|
toString, writeAttribute, writeChildren, writeChildren, writeWidget, writeWidget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OutputSet()
OutputSet whose list of outputs
is initially empty.
| Method Detail |
|---|
public Output[] getOutputs()
public void addOutput(Output output)
throws java.lang.NullPointerException
Output to the list of outputs to render to the
caller.
output - The Output instance to append to the list.
java.lang.NullPointerException - If the supplied action is null.
public void removeOutput(Output output)
throws java.lang.NullPointerException
Output from the list of outputs to render to the
caller.
output - The Output instance to remove from the list.
java.lang.NullPointerException - If the supplied action is null.
public void writeWidget(org.xml.sax.ContentHandler outputHandler)
throws java.lang.NullPointerException,
org.xml.sax.SAXException
Widget
writeWidget in class WidgetoutputHandler - The handler to write this widget to.
java.lang.NullPointerException - If the supplied content handler is
null.
org.xml.sax.SAXException - If the writing of this widget fails.
protected void writeOutputs(org.xml.sax.ContentHandler outputHandler)
throws java.lang.NullPointerException,
org.xml.sax.SAXException
outputHandler - The content handler to write to.
java.lang.NullPointerException - If the supplied content handler is
null.
org.xml.sax.SAXException - If the writing of one of the actions fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||